home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / ums / UMS11_9_beta.lha / UMS / Doc / English / server-strings.txt < prev    next >
Text File  |  1995-06-10  |  2KB  |  43 lines

  1.  
  2. SYSNAME
  3.  
  4.   This global config-string is mandatory. It must be specified and
  5. it must be unique for each system/MB.
  6.   It's the name of the system in fully qualified domain-format; it
  7. must match the pattern "#[a-z0-9_].#['-a-z0-9._]".
  8.  
  9.   NOTE  that  in  contrast to previous version of UMS this may not
  10. contain "@" anymore. Use only the part after "@".
  11.  
  12.   NOTE  also  that  now  there's only one global SYSNAME. Expoters
  13. cannot use this anymore, but there is a new string MSGID.
  14.  
  15.  
  16. MSGID
  17.  
  18.   now  there  is  always  a  global  config-string  "MSGID", which
  19. defaults to
  20.  
  21.     ( MSGID $serial @ $sysname )
  22.  
  23.   This  default  usually  doesn't  need to be changed. But you can
  24. specify an optional MSGID for each exporter.
  25.   The  MSGID  string  is  used  to create message-ids whenever new
  26. messages  are  created.  Exporter-specific  MSGIDs allow to choose
  27. alternate  formats  for differents exporters. However this is only
  28. possible  when  the  new  message  is  accessibly  by  exactly one
  29. exporter.  If  there  is  more  than one exporter, e.g. in case of
  30. crosspostings,   multiple-recipient   mails  or  several  possible
  31. exporters for one mail, then the globals MSGID will be used.
  32.   MSGID must use one of "$serial" or "$serial8". These are virtual
  33. config-strings,  giving  consecutive decimal numbers from 1 trough
  34. 99999999  each  time  a  message-id is generated. They are used to
  35. make message-ids unique.
  36.   The differences between $serial and $serial8 is that $serial can
  37. have  1  through  8  digits, whereas $serial8 always has 8 digits.
  38. $serial8 has leading zeroes whenever neccessary.
  39.  
  40.   NOTE that the result of MSGID must match the global AKA pattern!
  41. It's considered invalid otherwise.
  42.  
  43.